Click or drag to resize

ResponseParse Method

Converts the specified string representation of a response to its Response equivalent.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public static Response Parse(
	string response
)

Parameters

response
Type: SystemString
A string containing a request to convert.

Return Value

Type: Response
A Response equivalent contained in the request parameter.
See Also